negotiator.tournament.VariablesAndValues
Class AgentParamValue
java.lang.Object
negotiator.tournament.VariablesAndValues.TournamentValue
negotiator.tournament.VariablesAndValues.AgentParamValue
- All Implemented Interfaces:
- java.io.Serializable
public class AgentParamValue
- extends TournamentValue
This class contains a possible parameter value for a nego session
A parameter value is a value that will appear as a start-up argument for the agent,
for instance the random-seed value, a tau value or debug options
- Author:
- wouter
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AgentParamValue
public AgentParamValue(java.lang.Double v)
getValue
public java.lang.Double getValue()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object